From: Raimond Spekking Date: Thu, 5 Mar 2009 07:04:26 +0000 (+0000) Subject: Fix for r48026: \n needs "" X-Git-Tag: 1.31.0-rc.0~42603 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=a0525e9aba0754bfb561f7f58efae9f9ba5654ed;p=lhc%2Fweb%2Fwiklou.git Fix for r48026: \n needs "" --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 2a64bb1d68..9abb7761d5 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1452,7 +1452,7 @@ class EditPage { if ( $this->wasDeletedSinceLastEdit() ) { if ( 'save' != $this->formtype ) { $wgOut->wrapWikiMsg( - '
\n$1
', + "
\n$1
", 'deletedwhileediting' ); } else { // Hide the toolbar and edit area, user can click preview to get it back